home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / DefineSprite_273 / frame_11 / DoAction.as
Text File  |  2011-08-19  |  134b  |  7 lines

  1. if(_parent._name != "sweet")
  2. {
  3.    _root.score -= 10;
  4.    _root.mistakes.gotoAndStop(_root.mistakes._currentframe + 1);
  5. }
  6. stop();
  7.